home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
comms
/
hs_inst3.arj
/
HS-WC26.ARJ
/
HS-D.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-08-25
|
807b
|
19 lines
: External Protocol Download Example
:
: The batch files controlling both downloads and uploads must be
: located in the external protocol directory as specified in
: MAKEWILD.
:
CD \WILDCAT\EP
: makes sure that we are in the external
: protocol directory.
:
HSLINK -P%2 -B%1 %3 %4 %5 %6 %7 %8 %9
: starts the HSLINK program and tells it
: which port, speed and the filenames
: to use
:
IF ERRORLEVEL 1 COPY ALL.OK TRANSFER.BAD
: test for standard "aborted"
: errorlevel to indicate bad transfer